BCC journaling
recipients are getting confused when they receiving the legitimate email but the sender put them in bcc . Is there a way in ex2010 to prove the email is legitimate and the sender put their address in bcc ?
October 8th, 2011 1:09pm
On Sat, 8 Oct 2011 17:01:48 +0000, supportsib wrote:
>recipients are getting confused when they receiving the legitimate email but the sender put them in bcc . Is there a way in ex2010 to prove the email is legitimate and the sender put their address in bcc ?
The message tracking log records all the recipients regardless of how
they were addressed.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
October 8th, 2011 1:51pm
Hi,
You can use Get-MessageTrackingLog command to search message information stored in the message tracking log. For you, you can use the following
command:
Get-MessageTrackingLog
-Sender XXX@XX.com
For more, you can refer to the article "Get-MessageTrackingLog".
Hope this helps.
ThanksSophia Xu
October 9th, 2011 10:57pm
Hi,
You can use Get-MessageTrackingLog command to search message information stored in the message tracking log. For you, you can use the following
command:
Get-MessageTrackingLog
-Sender XXX@XX.com
For more, you can refer to the article "Get-MessageTrackingLog".
Hope this helps.
ThanksSophia Xu
Free Windows Admin Tool Kit Click here and download it now
October 10th, 2011 5:54am